exception handling

英 [ɪkˈsepʃn ˈhændlɪŋ] 美 [ɪkˈsepʃn ˈhændlɪŋ]

网络  異常處理; 异常处理机制; 异常处理; 出错处理; 例外处理

计算机



双语例句

  1. Exception handling is the basic requirement of every application to handle any unexpected behavior of the application.
    异常处理是每个应用程序的基本要求,以便处理应用程序的任意意外行为。
  2. Another change in exception handling is exception chaining& either implicit or explicit.
    异常处理的另一个改变是异常链&隐式或显式。
  3. The exception handling takes as much time as the code itself.
    异常处理与代码本身所用时间一样多。
  4. Another issue that can have a negative effect on service layer reusability is your exception handling strategy.
    可能会对服务层可重用性产生负面影响的另一个问题是您的异常处理策略。
  5. Our third and final discussion point is exception handling.
    我们的第三个和最后一个讨论议题是异常处理。
  6. To avoid distractions I've ignored exception handling in the code.
    为避免分散注意力,我已在代码中忽略了异常处理。
  7. It provides functionality to handle common tasks such as input validation and exception handling.
    它提供处理普通任务的功能,比如输入验证和异常处理。
  8. Note that exception handling and business logic have been simplified for the sake of brevity.
    请注意,出于简便的原因,例外处理和业务逻辑已经做了简化处理。
  9. They've implemented more flexible exception handling.
    实现了更灵活的异常处理。
  10. Specifically, I'll cover logging, exception handling, and transaction demarcation.
    更确切地说,我将讨论日志、异常处理和事务界定。
  11. Like Java code, JavaScript does have exception handling, which we recommend using for your error handling.
    与Java代码类似,JavaScript也具备异常处理,我们推荐使用它来进行错误处理。
  12. A combination of web services, asynchronous messaging and Coaches for exception handling and escalation are used in this process.
    本流程结合使用了web服务、异步消息传递和Coach,用于异常处理和升级呈报。
  13. Do the services support both exception handling and fault recovery?
    服务同时支持异常处理和故障恢复吗?
  14. Learned how the Java Bridge does type coercion and exception handling.
    了解JavaBridge如何进行类型强制转换和异常处理。
  15. Exception handling in multithreaded processes.
    多线程进程中的异常处理。
  16. Note that the accuracy and exception handling might not be identical in MASS functions and system library functions.
    注意精确性与例外情况的处理在MASS函数与系统库函数中可能是不一样的。
  17. In a real-world application, additional exception handling would be needed to handle this sort of situation.
    在现实的应用程序中,需要额外的异常处理来处理这类情况。
  18. The g++ compiler, by default, has exception handling enabled.
    在缺省情况下,g++编译器启用了异常处理。
  19. When modeling business processes, fault and exception handling require special care.
    在建模业务流程时,需要特别注意错误和异常处理。
  20. This includes some additional method calls and a specific error/ exception handling.
    这包括一些附加的方法调用和指定的错误/异常处理。
  21. C++'s exception handling makes this task even more problematic.
    C++的异常处理使得这项任务更成问题。
  22. Further work can be done on the framework to enhance the implementation with proper exception handling and caching services.
    可以开展进一步工作,使用适当的异常处理和缓存服务加强实现。
  23. Exception handling and reporting.
    异常处理和报告。
  24. However, the sections on exception handling and concurrency mechanisms are still valid as advanced topics.
    然而,关于异常处理和并发机制的章节,作为高级主题仍然是有效的。
  25. Java common exception classes, as well as exception handling mechanisms create a custom exception class, and test.
    Java常见的异常类,以及异常处理的机制;创建自定义异常类,并测试。
  26. In a production application, you would add error checking and exception handling to these methods.
    在成品应用程序中,将向这些方法添加错误检查和异常处理功能。
  27. Correct unified exception handling in pure and mixed images.
    纯映像和混合映像中的正确的统一异常处理。
  28. The application is now ready for you to add structured exception handling code.
    现在应用程序已经就绪,可以添加结构化异常处理代码了。
  29. Common ( shared) services such as logging, monitoring, and exception handling also should be Day1 implementations.
    公共(共享的)服务(如登录、监控和异常处理等)也应该是最早实现的。